home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / dbqfix.arc / DBQFIX.DOC next >
Encoding:
Text File  |  1990-04-15  |  2.2 KB  |  97 lines

  1.  
  2.  
  3.  
  4.                                     DBQFIX
  5.  
  6.                             D'Bridge Queue Updater
  7.  
  8.  
  9.  
  10.                                     v1.10ß
  11.  
  12.  
  13.                                ** SHAREWARE **
  14.  
  15.  
  16.  
  17.                      (C) Copyright 1990 by Jamie Penner
  18.  
  19.                              ALL RIGHTS RESERVED
  20.  
  21.  
  22.  
  23.  
  24. With the latest version of D'Bridge, you have to wait for an event
  25. before sent, picked-up, and killed queue entries disappear from the
  26. queue list.
  27.  
  28. DBQFIX fixes that problem.
  29.  
  30.  
  31. To use DBQFIX, the following command line parameter must be used:
  32.  
  33.         DBQFIX [queue directory]
  34.  
  35.                 e.g. DBQFIX \DB\QUEUE\
  36.  
  37.  
  38. Trailing backslashes are not needed.
  39.  
  40. This program can be set to run from a function key exiting to your batch
  41. file via an assigned errorlevel.   D'Bridge will then rebuild a clean
  42. queue.
  43.  
  44.  
  45. E.G.   When setting up a function key, simply have it exit with an
  46. errorlevel of your choice.  (i.e.   *X99  exits with errorlevel 99)
  47.  
  48. Your batch file could then look like this:
  49.  
  50.  
  51.     :start
  52.             cd\db
  53.             cls
  54.             DB
  55.             echo off
  56.             if errorlevel 99 goto DBQFIX
  57.             if errorlevel 96 goto 9600_baud
  58.             if errorlevel 24 goto 2400_baud
  59.             if errorlevel 12 goto 1200_baud
  60.             goto end
  61.  
  62.     :DBQFIX
  63.             cd\db
  64.             DBQFIX \DB\QUEUE\
  65.             goto start
  66.  
  67.  
  68.  
  69.  
  70.  
  71. If you find any bugs or have any suggestions for other utilities, please
  72. drop me a line.
  73.  
  74. There is no fee for this program, although a small donation will
  75. certainly help to convince my wife that the amount of time I spend on
  76. this computer pays off somehow and will allow me to continue writing
  77. software for everyone!!  8)
  78.  
  79. Donations can be made to:
  80.  
  81.                         Jamie Penner
  82.                         260-3836 Carrigan Court
  83.                         Burnaby, BC   Canada
  84.                         V3N 4P7
  85.  
  86. Comments can be sent to:
  87.  
  88.                         Jamie Penner
  89.  
  90.                         SIGnet          24:24/0
  91.                         FidoNet         1:153/169
  92.                         EGGnet          99:99/25
  93.                         IMEX            81:680/0
  94.                         The Network     8:7501/103
  95.  
  96.  
  97.